From 79ec100fb4d502a3e84700b28cf5e8013617449a Mon Sep 17 00:00:00 2001 From: justbur Date: Fri, 3 Jul 2015 12:51:05 -0400 Subject: [PATCH] Get the cursor out of the way --- which-key.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 54831b52829..451b7f0886f 100644 --- a/which-key.el +++ b/which-key.el @@ -186,7 +186,8 @@ Finally, show the buffer." formatted buffer-width)) (goto-char (point-min)) (which-key/replace-strings-from-alist - which-key-general-replacement-alist)) + which-key-general-replacement-alist) + (goto-char (point-max))) (setq which-key--window (which-key/show-buffer (which-key/buffer-height line-breaks) buffer-width)) -- 2.30.2